An open API service indexing awesome lists of open source software.

https://github.com/taylorhakes/etsy-search

Search the Etsy API with a simple webpage
https://github.com/taylorhakes/etsy-search

Last synced: 7 months ago
JSON representation

Search the Etsy API with a simple webpage

Awesome Lists containing this project

README

          

etsy-search
===========

Search the Etsy API with a simple webpage

[![Build Status](https://travis-ci.org/taylorhakes/etsy-search.png)](https://travis-ci.org/taylorhakes/etsy-search)

Documentation
-------------
Dependencies
```
Node
NPM
Bower
```

To install run
```
npm install
bower install
```

To run tests run the following command. You must have PhantomJS in your path. You can also change the browser in karma.conf.js
```
grunt test
```

To start node server for viewing app
```
grunt server
```