This application is part of the Node from zero to expert course that you can find here: Node: De cero a experto (Spanish).
At this point, I want to add more details to learn more about Node.
You need to have installed Node and then:
npm ci
node app- Search a location (using Nominatim to get the coordinates).
- Search the current weather of a location (using OpenWeather).
- Store the location (as string) in a history list (simple JSON).