This is a solution for the js test by invisible
To start development
* Use https://github.com/paulrimiru/invisible-js-test to clone the repository
* In the project folder run `yarn`
* Add a .env file with `[ API_KEY ]` variable
* Ensure you have node installed in your machine
* Ensure that you have Git intalled in your machine
To run the app locally
* Run the application using - 'yarn start'
* Change or add new cities in the `index.ts` file
* use the format [city, postalCode] while adding cities
To run the tests
* Use command `yarn test`
-
Node + typescript
-
Mocha + Chai + Sinon
- Paul Rimiru - Initial work - paulrimiru