Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madjam002/node-spotify-pingpong
Experimental ping pong server
https://github.com/madjam002/node-spotify-pingpong
Last synced: 26 days ago
JSON representation
Experimental ping pong server
- Host: GitHub
- URL: https://github.com/madjam002/node-spotify-pingpong
- Owner: madjam002
- Created: 2014-07-30T23:38:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T23:44:06.000Z (over 10 years ago)
- Last Synced: 2023-04-30T23:04:01.535Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-spotify-pingpong
=====================- Download atom-shell at https://github.com/atom/atom-shell/releases
- From the node-spotify-pingpong directory, run:On Windows:
```cmd
$ .\atom-shell\atom.exe .\
```On Linux:
```bash
$ ./atom-shell/atom ./
```On Mac OS X:
```bash
$ ./Atom.app/Contents/MacOS/Atom ./
```## API Usage
```
GET http://localhost:1337/?ping=[ping code here]
```The response will be the resulting pong code
e.g
```
GET http://localhost:1337/?ping=12 23 125 43 56 72 56 76 45 34 12 64 127 143 1 2 3 4 5 10116 189 235 111 47 29 228 95 97 132
```