Api provides climatic data for all beaches in the world, you can know in real time if this beach is good for surfing.
Feel free to integrate with your app, remembering that it has a rate limit of 50 requests per day.
Feel free to integrate with my API, read the documentation for more information. Documentation
https://surf-climate.herokuapp.com/
- NodeJS v14
- Express
- OvernightJS
- MongoDB
- Jest
- Docker
- Typescript
Clone the project
git clone https://github.com/Daniel0liver/surf-climate-api.git
Go to the project directory
cd surf-climate-api
Install dependencies
yarn install
Start the server
yarn start:dev