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
- Host: GitHub
- URL: https://github.com/taylorhakes/etsy-search
- Owner: taylorhakes
- Created: 2013-12-12T05:09:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T17:40:35.000Z (almost 12 years ago)
- Last Synced: 2025-01-23T23:51:08.071Z (9 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
etsy-search
===========Search the Etsy API with a simple webpage
[](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
```