Skip to content

jsbeharr/ard_pi_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino PI Weather API

This page includes documentation for developing with the arduino weather station api

Fetches All Weather Records

GET /api/weather

Get the most recent weather forecasts

GET /api/weather/recent

As of now there are only two arguments begin and end. These process the data only from the begin date to the end date.

GET /api/weather?begin="2018-08-23 21:27:49"
GET /api/weather?end="2018-08-23 21:27:49"
GET /api/weather?begin="2018-08-22"&end="2018-08-24"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors