spiderfire
spiderfire copied to clipboard
JavaScript API Documentation
Currently, Spiderfire has 4 modules (assert, fs, path, url) and a bunch of globals Iconsole, setTimeout, etc.). However, it can be a bit confusing for the users who would like to use these since their API differs slightly from stuff like node or deno.
All of the above have typescript and flow declaration files. As such, it would be nice to add documentation in these files for those functions. All contributions are welcome.
Most of the functions should make sense on their own, but feel free to ask here if you need some help.
Requirements: Intermediate in JavaScript Difficulty: Easy
Resources
- Globals - MDN
- Modules - Node.js API Documentation
- URL Module - URL Specification (Documentation on MDN too)