Skip to content

Real-time tweets for "whale-sized" cryptocurrency transactions using the sōshen and Twitter APIs.

License

Notifications You must be signed in to change notification settings

kphed/soshen-crypto-whales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto 🐳 Feed

Real-time tweets for "whale-sized" cryptocurrency transactions using the sōshen and Twitter APIs.

Install Node v10.15.3 (via nvm)

  1. Assuming you already have Git, install nvm using one of the two options (directly from their GitHub README here):

cURL:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

Wget:

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
  1. Check if nvm was properly installed:
command -v nvm

Which should output nvm. If you're getting a command not found, and closing + reopening your terminal doesn't work, follow these steps here to troubleshoot.

  1. Download and install Node v10.15.3:
nvm install 10.15.3
  1. Close and reopen your terminal, then check if the proper node version was installed:
nvm run node --version

Which should output something like...

Running node v10.15.3 (npm v6.9.0)
v10.15.3

Run the app

  1. Run npm install to install the app dependencies
  2. Rename the .env.example file to .env, and set the environment variable values using your sōshen project's credentials and your Twitter developer account's API credentials
  3. Run npm start

🚀

About

Real-time tweets for "whale-sized" cryptocurrency transactions using the sōshen and Twitter APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published