Simple stock management system build in flat javascript.
- NodeJS / NPM
- Api token from OpenWeatherMap
- Clone the project.
- Run
npm install
. - Copy
.env.example
and rename to.env
. - Fill in your credentials for api usage.
- Run
npm run build
. - Open the production ready version from
dist/index.html
. - Enjoy! 🎉