Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 299 Bytes

File metadata and controls

22 lines (18 loc) · 299 Bytes

rxDisplay

npm install
npm start

POST /in

Send your Instagram stuff to POST /in in this format:

{
  "tag": "instagramtag",
  "url": "http://url/to/thumbnail",
  "location": {
    "latitude": 56.9714745,
    "longitude": 24.1291625
  },
  "participant": "change-me"
}