Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 569 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 569 Bytes

SoilSensorAPI

A database and API for the Soil Sensor project.

Setup

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

Change History

This project uses semantic versioning.

v0.1.0 - tbd

  • did some things