An open API service indexing awesome lists of open source software.

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

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`