Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.18 KB

Bookmark Bot (TS)

This is a Twitter Bookmark Bot (in TypeScript)

Prerequisites

Initial Setup

  1. Install dependencies via yarn install

  2. Create a .env file at the root and add the following credentials:

  • TWITTER_API_KEY (Get Twitter credentials here)
  • TWITTER_API_SECRET
  • TWITTER_ACC_TOKEN
  • TWITTER_ACC_TOKEN_SECRET
  • THEDOGAPI_API_KEY (Get 'The Dog API' credentials here)
  • UNSPLASH_API_ACC_KEY (Get Unsplash credentials here)
  • UNSPLASH_API_SECRET_KEY
  1. Run the app using yarn dev

How to Run Tests

  • Pending...

Dev Notes

  1. Squash your PRs often (and delete your branches once merged)
// format
feat(ure): feature name...
fix: fix name...
  1. Remember to update the README when necessary