Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.34 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.34 KB

Adoptable Pet Bot

🐾 🐱 🐶

Tweets adoptable pets (from Adopt-a-Pet API) using Serverless framework and AWS Lambda.

Inspired by work on Cute Pets Norfolk

Made with Serverless Norfolk JS Inspired

Install

With node 4.3 installed, install the Serverless Architecture:

$ npm i -g serverless

Clone this repository

$ git clone [email protected]:lynnaloo/adoptable-pet-bot.git

Install dependencies

$ npm i

Setup and Testing

Setup your Account Provider and Credentials

Run Unit Tests

npm test

Test Lambda Function locally

serverless invoke local -l -f tweetPet

Deployment

Deploy Lambda Functions

$ sls deploy -v

See Also

License

MIT