weather_search

demo gif image

TODO

  • migrate to node express server
  • typescript version
  • flow version
  • jest tests
  • cypress e2e tests
  • add async await
  • graphQL

Running it locally:

  • clone repo, then npm i to install all dependencies
  • to start on port 8080 npm start, open http://localhost:8080/
  • to run tests, run npm t