A database and API for the Soil Sensor project.
Install node if you haven't already:
git clone https://github.com/creationix/nvm.git ~/.nvm
echo "source ~/.nvm/nvm.sh" >> ~/.bash_profile # or ~/.bash_rc for linux
source ~/.bash_profile
nvm install 0.10
nvm alias default 0.10
Then checkout the repo:
git clone https://github.com/jenfoxbot/SoilSensorAPI.git
cd SoilSensorAPI
npm install
npm start
This project uses semantic versioning.
- did some things