echorohit / twitter-graphQL

a GrapQL wrapper for the twitter API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-twitter

Twitter API aggregator on top of GraphQL

How to start the server?

$ git clone https://github.com/pagesource/twitter-graphQL.git
$ cd twitter-graphQL

//install dependencies
$ npm install

// Starts both the webpack server as well as the graphQL server on 2 different ports
$ npm start

Access running App

http://localhost:3000/ It starts a webpack dev server and then for the graphql uses a proxy to fetch data.

Access GraphiQL

http://localhost:8080/graphql

About

a GrapQL wrapper for the twitter API

License:MIT License


Languages

Language:JavaScript 94.3%Language:HTML 4.3%Language:CSS 1.5%