-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae2a743
commit 12986c8
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# Raspberry_Pi_Temperature_API | ||
An ASP.Net Web API to read and produce data from the Raspberry Pi Temperature Sensor Project | ||
An ASP.Net Web API to read and produce data from the Raspberry Pi Temperature Sensor Project <a href="https://github.com/JeremyMorgan/Raspberry_Pi_Temperature">Found Here</a> | ||
|
||
This is an API for both the storage and retrieval of items. | ||
|
||
For now the functionality is: | ||
|
||
- Store a temperature reading | ||
- Retrieve the latest temperature | ||
- Retrieve a set, ordered by DESC or ASC |