1.0.1 • Published 7 years ago

vndbjs v1.0.1

Weekly downloads
10
License
MIT
Repository
gitlab
Last release
7 years ago

A Node.js library for accessing the Visual Novel Database.

Features

  • Automatically connects and registers
  • Supports all query types: vn, release, producer, character, user, votelist, vnlist, and wishlist
  • Optional Pooling mode
    • Automatically allocates connections to incoming requests
    • Reuses connections multiple times
    • Maintains a configurable number of connections at all times
    • Roughly 3x faster than the pool-less mode
  • Optional Parsing mode
    • Replaces many pieces of VNDB's data with more usable replacements
    • Includes splitting alias strings, converting language and platform codes, and more
    • Works on all query types
  • Configurable ratelimiting

Installation

Node v6.0.0 or newer

npm install --save vndbjs

Links

Official VNDB Documentation Vndbjs Documentation

Contributing

This project is developed on GitLab, so check the issue tracker there before reporting an issue. Reporting issues through GitHub is fine, but kindly submit all PRs to GitLab. Check the contribution guide for help getting started.

License

Vndbjs is licensed under the MIT license. This library is not associated with VNDB.org

1.0.1

7 years ago

1.0.0

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.6

8 years ago

0.2.1

8 years ago

0.1.3

8 years ago