A web application serving what is the weather today.
To view the application deployed on Heroku, visit https://bakwass-weather-web-app.herokuapp.com/.
If you prefer to run the application locally,
- Open a Terminal or Command Prompt window, then run
git clone https://github.com/ThatDevCoder/heroku-build.git
npm install
to install all the dependencies.npm run dev
- Pull up your browser and go to url
http://localhost:3000/
- First rename the file
.env_example
to.env
- Put your API keys in there between the single quotes
''
and you are Done!
- Frontend Design: Bootstrap + CSS
- Backend Scripting: Node.js
- Frontend Scripting: Javascript + jQuery
- Templating service: Handlebars + hbs
- Hosting: Heroku
- VS Code
- Bootstrap
- The website when run on phone malfunctions as it is not able to expand the dropdown menu. Which contains about me, help pages.
- Creators and maintainers of WeatherStack API, MapBox API