This is my solution for the Web Bootcamp. At this stage EJS was not introduced, that is why i return a complete HTML in String format.
- Run
npm install - Add a .env file in which you specify a variable TOKEN that contains your OpenWeatherMap token
- Run
npm run start - Open your browser at http://localhost:3000