Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 564 Bytes

gifparty

Combines Gifs from Giphy and sounds from your PC's inputs into an epic and eclectic party visualizer.

installation

Do an npm install. Get an API key from https://developers.giphy.com/. We'll be using the v1 API which is still in use.

Copy config.example.json to config.json and put the key in the right property.

  "settings": {
    "giphyApiKey": "your_key"
  },

Run npm run debug to get a self restarting server that serves a home page, visualizer and remote on localhost:8080