https://github.com/diegomagdaleno/nekos.deno
Nekos.py reimplementation in Deno!
https://github.com/diegomagdaleno/nekos.deno
deno nekos rewrite
Last synced: 3 months ago
JSON representation
Nekos.py reimplementation in Deno!
- Host: GitHub
- URL: https://github.com/diegomagdaleno/nekos.deno
- Owner: DiegoMagdaleno
- License: mit
- Created: 2020-08-30T00:36:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T15:50:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T07:24:47.242Z (5 months ago)
- Topics: deno, nekos, rewrite
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nekos.deno
Nekos.deno is a reimplementation of [Nekos.py](https://github.com/Nekos-life/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.
```ts
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.## License
[MIT](https://choosealicense.com/licenses/mit/)