MisterCruz / twitter2snapchat-server

API for converting Twitter handles to Snapchat handles

Home Page:https://twitter2snapchat.herokuapp.com/chancetherapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter2snapchat-server Build Status

API for converting Twitter handles to Snapchat handles

this is intended for finding people already in the public eye. this server depends on a list of handles, so it definitely won't find EVERYONE

if you're on the list and wish you weren't, tweet at me and i'll get you outta there

contributing

if someone's missing from the list, send me a pull request! each line in handles.txt contains a twitter handle, a space, and a corresponding snapchat handle. lines should be sorted alphabetically. all characters are lowercase. no trailing whitespace.

development

you need to define a PORT in a new file called .env placed at the root of this repo

$ echo 'PORT=3000' > .env

and then you can do the usual

$ npm install
$ npm test
$ npm start
$ open http://localhost:3000/jimmyfallon

About

API for converting Twitter handles to Snapchat handles

https://twitter2snapchat.herokuapp.com/chancetherapper


Languages

Language:JavaScript 100.0%