Simple tests to check https://www.metaweather.com/api/ written in node.js + chackram + mocha
Instructions for running:
- Clone repository
- You should have node.js and npm installed
For mac:
brew install node
For linux:
sudo apt-get install nodejs
- After node.js is installed install yarn
npm install yarn
- Execute
yarn
in cloned directory - Execute
npm test
in cloned directory