├── .DS_Store ├── Procfile ├── az_lyrics.json ├── index.js └── package.json /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blondiebytes/Look-What-You-Made-Me-Code-Facebook-Chatbot/HEAD/.DS_Store -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | web: node index.js -------------------------------------------------------------------------------- /az_lyrics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blondiebytes/Look-What-You-Made-Me-Code-Facebook-Chatbot/HEAD/az_lyrics.json -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blondiebytes/Look-What-You-Made-Me-Code-Facebook-Chatbot/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blondiebytes/Look-What-You-Made-Me-Code-Facebook-Chatbot/HEAD/package.json --------------------------------------------------------------------------------