Sometimes we hurt people, sometimes people are hurt by us and we don't know it. With this app, you don't have to worry about forgetting to say your sorry to the ones you love. Schedule apologies to be sent automatically once a month, once a week, or every day! Never be sorry you weren't sorry again!
You can see App-All-O-Gizer in action here
- Fork and clone
- Run
npm install
- Add your gmail email address and password to enviornmental variables. IN your terminal run:
export [email protected]
andexport pass=YOUR_EMAIL_PASWORD
- Run
npm start
- Open your browser to
http://localhost:3000/
- Never be sorry you weren't sorry again!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D