https://github.com/mohit-s96/weatherornot
A simple weather app using Accuweather API, Bootstrap and Vanilla JS, featuring autocomplete dropdown search.
https://github.com/mohit-s96/weatherornot
accuweather accuweather-api asynchronous-programming autocompletetextview bootstrap css rest rest-api vanilla-javascript vanilla-js weather-api weather-app
Last synced: about 2 months ago
JSON representation
A simple weather app using Accuweather API, Bootstrap and Vanilla JS, featuring autocomplete dropdown search.
- Host: GitHub
- URL: https://github.com/mohit-s96/weatherornot
- Owner: mohit-s96
- Created: 2020-08-14T13:07:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T16:45:25.000Z (over 4 years ago)
- Last Synced: 2025-02-08T21:45:49.122Z (3 months ago)
- Topics: accuweather, accuweather-api, asynchronous-programming, autocompletetextview, bootstrap, css, rest, rest-api, vanilla-javascript, vanilla-js, weather-api, weather-app
- Language: JavaScript
- Homepage: https://mohit-s96.github.io/WeatherOrNot/
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# WeatherOrNot
A simple weather app using Accuweather API, Bootstrap and Vanilla JS, featuring autocomplete dropdown search1- To use this app ,visit https://developer.accuweather.com/ and register then create new app to get a new token key.
2- Replace the dummy key in "forecast.js" with your new key
3- Done....you can run the app on your desktop or mobile browser
4- *Remember that Accuweather puts a limit on queries on a free account so if you get an error after about 100 hits then delete your app in accuweather website and create a new one to get a new key*