Coder Social home page Coder Social logo

top-tweets's Introduction

Top Tweet Challenge

A simple application that integrates with the Tritter API in order to provide an easy way to search Twitter for keywords and retrieve a listing of the top 5 tweets, ordered by most popular, so the trends and hashtags can be monitored.

Server

Located in the Root directory (index.js) simple server build with expressJs in order to Proxy the Twitter API as this API does not support CORS.

Client

Located in the client directory and initialized in /src/index.js. A single page application build on react and webpack. This application leverages the Twitter API - Standard v1.1

Installation

Server Installation

in the root directory run:

npm install

Client Installation

then cd into the client directory and run:

npm install

Running the application

*Important -> the server leverages dotenv in order to not expose sensitive information to sorce control. please add a .env file to the root directory with REQUEST_URL and TOKEN

commands must be run in the root directory

client and server at the same time

npm run dev

http://localhost:8080/

running server only

npm run server

http://localhost:5000/

running client only

npm run client

http://localhost:8080/

testing the application

cd into the client directory

npm run test

top-tweets's People

Contributors

richdurazo avatar

Watchers

 avatar

top-tweets's Issues

FED-1

  • add webpack starter config for react application

FED-3

Add tests for extra credit and deploy application

FED-2

  • create initial app components/styling
  • search component
  • connect Twitter api
  • cors proxy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.