Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages