Weather App
Weather forecast app, built in pure javascript to put into practice what I learned in my studies.
Built with
- ES6
- javascript
- webpack.
- Sass
- openweather
Prerequisites
What things you need to install the software and how to install them
- node.js
- NPM Package Manager
- Create token in openweather and include in the file "/src/js/token.js"
Installing
Clone this repository
git clone https://github.com/mariorodeghiero/weather-fetch-api
Installing the dependencies from the NPM Package Manager
npm install
To start the development environment, run the following command:
npm run dev
Note: This command also performs a clear in the dist folder and build again.
npm run server
After run, the browser open window automatically at http://localhost:8080
Deployment
Run the command below to deploy, minimizing All Files.
npm run prod
If you liked this Theme, visit repository on GitHub ⭐️
Thank you, I hope you like it 😊
Top comments (5)
Can ur code work on p5.js?
I don't know this library 🤷♂️
So its possible I can copy ur code and use outside webpack.
Will it work outside webpack?
Yes, I think so ✌️