Key Features • How To Use • Technical Skills Gained • License
- Displaying API information
- Click through an api that outputs collected tweets
To clone and run this application, you'll need Git and Node.js (which comes with npm) Python and Flask installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/stephmukami/kanye-quotes.git
# Go into the repository
$ cd kanye-quotes
# Install dependencies
$ npm install
# Run the app
$ npm run dev
Note If you're using Linux Bash for Windows, see this guide or use
nodefrom the command prompt.
MIT
- Connection to API
- Manipulation of API information
- Deployment to Netlify