Check what to wear. Now.
https://pocasi-pro-lidi.cz/
Report Bug
·
Request Feature
There are many great weather apps which tells you every little detail about moisture, waves height and so on. But let's be honest, you don't care. Only thing you need is answer question "What should I wear ?" - this app brings answer for that.
This project is build with express on backend, vanilla javascript on frontend and is deployed on heroku dynos. It levarages usage of https://openweathermap.org/ API to get weather data and custom mapping of those conditions to clothes.
You can run this project locally (even if it doesn't make much sense :).
- openssl
- npm (Node.js)
- Get a free API Key at https://openweathermap.org/api
- Clone the repo
git clone https://github.com/lipelix/weather-for-humans.git
- Install NPM packages
npm install
- Create
.env
file in root project folder - Enter your API in
.env
fileOPENWEATHER_API_KEY=<your api key from openweathermap>
- Generate
key.pem
andcert.pem
withopenssl
tool (details https://nodejs.org/en/knowledge/HTTP/servers/how-to-create-a-HTTPS-server/) - Run your app by
npm run dev
This is very easy. Just open https://pocasi-pro-lidi.cz/ .
- Deploy project
- Add Support for men clothes
- Add Support for women clothes (this will be tought)
- Use React for frontend
- Multi-language Support
- Czech
- English
Libor Váchal - LinkedIn
Project Link: https://github.com/lipelix/weather-for-humans
Usefull links and another things worth to mention.