1.0.2 • Published 2 years ago

csstd4 v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

csstd4

Get winter festivals in departement 93

The objective of this library is to provide comprehensive information about all winter festivals taking place in 93. It will allow you to access details such as the festival's name, start and end dates, location, and the type of festival it represents.

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 test = require('../index');

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

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

node build/index.js
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago