Skip to content

CodeSpaceHQ/caffeine-routine-galileo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

caffeine-routine-galileo

Intel Galileo project for Caffeine Routine

Endpoints

/heat

Verb: POST
Description: Tells the Keurig to heat up.

/brew

Verb: POST
Description: Tell the Keurig to start brewing.
Request Body:

{
  size: 'SIZE'
}

Size can be:

  • small
  • medium
  • large

/schedule

Verb: GET
Description: Returns the schedule.
Response Body:

[
  "date_time_1",
  "date_time_2",
  "date_time_n"
]

/schedule

Verb: POST
Description: Sets the schedule.
Request Body:

[
  "date_time_1",
  "date_time_2",
  "date_time_n"
]

About

Intel Galileo project for Caffeine Routine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published