1.0.2 • Published 10 months ago

oss-js-td5 v1.0.2

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

Get infos about festivals in France 🔥

Installation

Local development

npm install

How to use

Get all festivals

 getAllFestivals();

This function retrieves information about all festivals in France.

Get festivals by month

 getFestivalsByMonth("02")

This function retrieves information about festivals happening in a specific month. Provide the month value as a string, e.g., "02" for February.

Get festivals by department

 getFestivalsByDepartment("75")

This function retrieves information about festivals happening in a specific department. Provide the department code as a string, e.g., "75" for Paris.

Get festivals by region

 getFestivalsByRegion("Île-de-France")

This function retrieves information about festivals happening in a specific region. Provide the region name as a string, e.g., "Île-de-France".

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago