Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 744 Bytes

fcc-motivation: free motivational quotes about coding

This is an AWS Lambda function written in Go. It tweets a motivational quote about programming every morning @freeCodeCampTO. Read the blog about it on Medium.

The code for the function (main.go) runs on AWS Lambda. The quotes themselves are pulled directly from the index.xml file in this repo.

Contributing

We welcome contributions! Here are a few ways you can contribute:

  1. Submit a pull request with new quotes added to index.xml in the proper format
  2. Suggest improvements for main.go
  3. Open a new issue with any bugs you may have observed