Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

A simple command line application that consumes a Public API using a HTTP client library.

Notifications You must be signed in to change notification settings

usmansbk/Andela_Bootcamp_day_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Road-Traffic is a Node.js program that checks for the traffic situation in lagos roads by fetching traffic data from tsobion.com.

Introduction

1. traffic is a Node.js command line program that checks the current traffic on a road in lagos city.
2. it has the following features;
 . --list Displays all the traffic news being tracked.
 . --head Displays the top 10 news on traffic.

 Dependencies

 . Node.Js - A JavaScript runtime to run javascript code outside a browser effectively.
 . request - A Node.Js module to fetch data from a web API
 . commander - A Node.js module for creating command-line interfaces.
 . npm  - Node Package Manager for open source libraries

 How to Use
 To use the functionalities
 . cd into the project app directory and run
   node traffic.js [-option]

About

A simple command line application that consumes a Public API using a HTTP client library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published