tolosa / planets-forecast

Planets forecast application test for MercadoLibre

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Imaginary planets forecast application, a developer evaluation for MercadoLibre.

Endpoints

The API is currently hosted in Heroku, at the base address of https://planets-forecast.herokuapp.com. All listed actions are standard, unauthenticated GET methods on a JSON API.

/forecasts

Gets a list of all calculated forecasts.

/forecasts/[day]

Gets forecast for a specific day number.

/forecasts/statistics

Gets a count of days for each forecast condition.

/forecasts/most_rainy

Gets the forecast for the day with more precipitation.

About

Planets forecast application test for MercadoLibre


Languages

Language:Ruby 99.1%Language:HTML 0.9%