Simple responsive app that fetches Weather Data rom OpenWeatherMap.org Made with Emberjs and Tailwindcss
You will need the following things properly installed on your computer.
git clone https://github.com/ntgussoni/weather-forecast.git
this repositorycd weather-forecast
npm install
ember serve
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)