/fcc-motivation

An AWS Lambda function that tweets a motivational quote about coding to @freeCodeCampTO every morning.

Primary LanguageGo

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