Skip to content

Nyssa0/oss-td5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Festival package

Introduction

The purpose of this package is to browse through French festivals.

Local development

npm install
npm run test

To test the functions, you can create a 'build' directory with an 'index.js' file. In this file, you can just write this code

const getFestivals = require("../index");
(async() => {
    console.log(await getFestivals())
})()

Then just run this in your terminal

node build/index.js

Functions

getFestivals

Lists 1000 festivals

summerFestivals

Lists summer festivals that happen in June, July, August or September

getFestivalsWithLocation

If given a region, it lists the festivals of that chosen region

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published