Skip to content

walidmokhtari/meteo-api-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌩 Meteo api cache

📚 Some infos

Library used Utility
cors authorized all api calls
dotenv Make environment variables
Express Create app
node-cache Save data returned by api
node-fetch api calls

📲 Launch the app :

  • Don't forget to update your .env.example to .env and set variables_
  • Execute 'npm install' to install all packages
  • Execute 'npm run dev' to lunch the app

Features

  • GET endpoint to get town information, the api will be save it in cache and return only town information who we need in our app
  • GET endpoint to get town forecast weather, save it in cache, and return filtred information

About

This is cache api for the meteo app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published