#Silkworm A lightweight ravelry client built with metoer.
###Setup
- Install Meteor
$ curl https://install.meteor.com | /bin/sh
- clone project
$ git clone git@github.com:amschrader/silkworm-meteor.git
- download dependancies
$ cd silkworm-meteor
$ meteor run
create a file in the root directory called settings.json with your ravelry access key and secret
{
"ravelryKey": "1234",
"ravelrySecret": "abcd"
}
$ meteor --settings settings.json