Nekos.py reimplementation in Deno

Nekos.deno

Nekos.deno is a reimplementation of Nekos.py in pure TypeScript made for compatibility with the new JavaScript and TypeScript framework Deno.

Usage

Using Nekos.deno is easy, and here is a quick tutorial on how to get you started.

import {ImageNekos} from "https://raw.githubusercontent.com/DiegoMagdaleno/nekos.deno/master/mod.ts"

let nekoImageSession = new ImageNekos('meow')
console.log(await nekoImageSession.getImage()) // Returns a JSON object!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Download Details:

Author: DiegoMagdaleno

Source Code: https://github.com/DiegoMagdaleno/nekos.deno

#deno #nodejs #node #javascript

Nekos.py reimplementation in Deno
2.45 GEEK