Getting Started
Try it in Devtools of your browser in this website
You can open the Devtools here(maybe Ctrl + Shift + J on Windows/Linux and ⌘ + ⌥ + J on macOS) and try Nostalgist.js with global variable Nostalgist
. No extra setup is required.
Try it in online editors
You can also use some online editor to give it a try.
You can try Nostalgist.js in Stackblitz by hacking this example, a homebrew retro game list.
Build something more complex
If you want to use Nostialgist.js to build something cool, here are some choices to import it into your project.
Use a package manager
If you are building a modern frontend project, you can use npm or its alternatives to install it to your project.
Then you can import it and start hacking.
Use a CDN
Simplely add a script tag with a CDN link to your HTML.
Then you can use the global variable Nostalgist
in your code and start hacking.
You can also use the ESM version of Nostalgist.js with CDN.
Next steps
You may want to read the API reference.