1.0.1 • Published 10 months ago

festivals-fr-library v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Get French winter festivals

The purpose of this library is to get every winter festival in France. You will be able to get their name, their debut date and ending date, the location and the type of the festival.

Local development

npm install
npm run test

In order to test the function, you can create a directory build with the file index.js. In this file, add the code below :

const getFestivals = require('../index');

(async() => {
    console.log(await getFestivals())
})();

Finally, run the command below, to see every french winter festival.

node build/index.js
1.0.1

10 months ago

1.0.0

10 months ago