https://github.com/designyourcode/twitter-email
Twitter feed image generator for more dynamic emails
https://github.com/designyourcode/twitter-email
Last synced: 12 months ago
JSON representation
Twitter feed image generator for more dynamic emails
- Host: GitHub
- URL: https://github.com/designyourcode/twitter-email
- Owner: DesignyourCode
- Created: 2015-12-08T17:27:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T14:53:45.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T14:47:19.034Z (over 1 year ago)
- Language: CSS
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setting up project
## WORK IN PROGRESS
Start by copying .env.dist and renaming to .env
Then go to Twitter Apps and create a new app.
Next generate the tokens and add them to the .env file.
Run 'npm install' to install all node dependencies.
## Setup
Make sure .env file has correct permissions: `-rwxr--r--`
This may help: `chmod u+x .env`
Start server for project:
`npm start`