tweetie
Simple jQuery Twitter feed plugin
File Explorer
Download Latest Version (.zip)- .gitignore
- config.js
- package.json
- README.md
- server.js
- tweetie.js
- OAuth.php
- twitteroauth.php
- config.php
- README.md
- server.php
- tweetie.php
- tweetie.min.js
- tweetie.min.js
- tweetie.min.js
- index.html
- script.js
- styles.css
- tweetie.min.js
- date.js
- entities.js
- template.js
- tweetie.js
- date-test.js
- entities-test.js
- .gitignore
- .travis.yml
- package.json
- README.md
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/sonnyt/tweetie
Downloads the entire project code from GitHub to your computer.
cd tweetie
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd api/node
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
