Skip to content

πŸ¦• Module for Dance Fans πŸ’ƒπŸ•ΊπŸ‘―β€β™€οΈ. Providing Dance Events etc.

Notifications You must be signed in to change notification settings

dance-planner/dance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dance

Usage example for your code


import { DancesProvider } from "https://deno.land/x/dance@1.1.0/dancesprovider.ts"


const result = DancesProvider.getAllDances()
console.log(`\nFeel free to extend this list via pull requests: \n${result}\n`)

const heidelbergGeo = {
    latitude: 49.40768,
    longitude: 8.69079
}

const radius = 18
const events = DancesProvider.getDanceEvents(heidelbergGeo, radius)
console.log(`\nDance Events in the radius of ${radius} kilometers: \n${JSON.stringify(events)}\n`)


Test it via command line


deno run --allow-net --allow-read --reload https://deno.land/x/dance@1.1.0/test-it.ts

Contributions are welcome

Feel free to create a pull request if you would like to improve things.

Background to this module

I developed the Dance Planner - https://dance-planner.org/ and I want to prepare its way into the deno.land :)

Link to this third party module at deno

https://deno.land/x/dance

Support my Open Source Contributions

If you like my work please consider downloading the brave browser via my promotion link: https://brave.com/fan464.

About

πŸ¦• Module for Dance Fans πŸ’ƒπŸ•ΊπŸ‘―β€β™€οΈ. Providing Dance Events etc.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages