Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abongsjoel/tj-weather-website
A weather app built using Node.js and the Express.js server as well as handlebars and it's hosted on Heroku. The site uses data from mapbox.com and darksky.net.
https://github.com/abongsjoel/tj-weather-website
css3 expressjs-server handlebars html5 javascript nodejs
Last synced: about 1 month ago
JSON representation
A weather app built using Node.js and the Express.js server as well as handlebars and it's hosted on Heroku. The site uses data from mapbox.com and darksky.net.
- Host: GitHub
- URL: https://github.com/abongsjoel/tj-weather-website
- Owner: abongsjoel
- License: mit
- Created: 2020-03-05T13:22:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T21:16:58.000Z (over 1 year ago)
- Last Synced: 2023-03-05T18:50:11.365Z (over 1 year ago)
- Topics: css3, expressjs-server, handlebars, html5, javascript, nodejs
- Language: JavaScript
- Homepage: https://tj-amazing-weather-app.herokuapp.com/
- Size: 307 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TJ Weather Website
> In this project I built a simple website that provides weather information when given a location.
![screenshot](../master/screenshot.png)
The site is built using Node.js and the Express.js server and its hosted on heroku. The site uses data from mapbox.com and darksky.net to give you accurate and reliable information about the weather of your chosen location.
All you need to do is input your location or any location you wish to get weather information about into the search bar and you get a impressive information about the weather of your given location.
## Live Demo
- [Visit Page](https://tj-amazing-weather-app.herokuapp.com/)
## Built With
- HTML
- CSS
- JavaScript
- Handlebars## Frameworks
-Nodejs
## Running the Application
To run this application locally, after clonning it, run
```
npm install
```then run
```
npm start
```## Author
👤 **Chi A. Joel**
- GitHub: [@abongsjoel](https://github.com/abongsjoel)
- Twitter: [@thierryjoel10](https://twitter.com/ThierryJoel10)
- LinkedIn: [Chi Abongwa Joel](https://www.linkedin.com/in/chi-abongwa-joel-b4285a97/)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/abongsjoel/tj-weather-website/issues).
## Acknowledgments
- [Andrew Mead](https://www.udemy.com/user/andrewmead/)
## Show your support
Give a ⭐️ if you like this project!## License
This project is MIT licensed.