dendihandian / node-twitter-examples

A project to exemplify the usage of @desmondmorris's node-twitter using @expressjs REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS Twitter Examples

A project to exemplify the usage of @desmondmorris's node-twitter using @expressjs REST API

Setup

  1. Clone this project into a directory
  2. Enter the project directory and start npm install
  3. Create a .env file inside the project directory and configure it based on .env.example
  4. Run the development server by npm run dev and access the default http://localhost:3000 in your browser

Usage

  • It is recommend to use Postman and I have provided the collection and environment files in the project.

About

A project to exemplify the usage of @desmondmorris's node-twitter using @expressjs REST API


Languages

Language:JavaScript 100.0%