Skip to content

anshulhub/AccuWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AccuWeather

MIT License

AccuWeather is a WebApplication helpful in getting the most accurate weather report anytime, anywhere.

Appendix

Implemented Restful API using GET/PUT requests from OpenWeathermap.org by creating NodeJS server and made able to call requests and display current weather reports and temperature anywhere in the world in celsius with dynamically implemented clock and date functions.

Features

  • Realtime Weather Report
  • Live previews
  • Dynamically fetched date and time
  • Cross platform
  • Accurate Temperature with Weathermod icons

API Reference

Get all items

  GET /https://api.openweathermap.org/data/2.5/weather&appid=api_key
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /apiapi.openweathermap.org/data/weather?q=cityVal
Parameter Type Description
cityVal string Required. cityname to fetch

Deployment

To deploy this project run

  npm run start

Contributing

Contributions are always welcome!

Please adhere to this project's code of conduct.

About

Executed Restful API using GET/PUT requests from OpenWeathermap.org by creating NodeJS server and display current weather reports and temperature anywhere in the world with dynamically implemented clock and date functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors