🌦️ Orpen Weather API

Even your cat will know if it rains
Overview
Orpen Weather It is a web application that gives whoever uses it the power to obtain weather data without the need to use an access key.
Conventions
- The base URL to send all API requests is
http://localhost:3000/.
- This API follows RESTful conventions when possible, with most operations performed via http methods.
- Request and response bodies are encoded as JSON.
- When using Query params, it is not necessary to use both double and single quotes in the URL of the requests.
- Open here to see an example URL with correct use of query params.
Features
- Get current weather data by
city and country_code;
- Registry an webhook to receive the weather data of specific request;
- Delete an specific webhook registred by
webhook_key;
- Update an specific webhook registred.
- Get all webhooks registred at the current moment;
- Get all weather data requests at the current moment;
<aside>
💡 So far this API has 6 endpoints which will be explained below on Endpoints.
</aside>
Endpoints
Endpoints