Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 399 Bytes

File metadata and controls

22 lines (18 loc) · 399 Bytes

countries-list

This project was created to consume an API from REST Countries and return its data as a .xlsx document.

Installation

Clone this repository

 $ git clone https://github.com/anderson-rodriguesdev/countries-list.git

Install dependencies

$ npm install

Run

 $ cd countries-list
 $ node index.js

Demo