Skip to content

Web-API for hp-api.onrender.com A simple JSON-based API for getting information on Harry Potter characters

Notifications You must be signed in to change notification settings

aurelione/hp_api.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

hp_api.js

Web-API for hp-api.onrender.com A simple JSON-based API for getting information on Harry Potter characters, Source

Example

async function main() {
	const { HarryPotterApi } = require("./hp_api.js")
	const harryPotterApi = new HarryPotterApi()
	const characters = await harryPotterApi.getAllCharacters()
	console.log(characters)
}

main()

About

Web-API for hp-api.onrender.com A simple JSON-based API for getting information on Harry Potter characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published