Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
😑
Browse files Browse the repository at this point in the history
  • Loading branch information
gaycookie committed Jan 7, 2023
1 parent d984dfe commit fa3a8ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 GayCookie <contact@gaycookie.dev>
Copyright (C) 2023 GayCookie <contact@gaycookie.dev>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Nekos[dot]deno
[![GitHub](https://img.shields.io/github/license/gaycookie/Nekos.deno?style=for-the-badge)](https://github.com/gaycookie/Nekos.deno/blob/main/LICENSE)
‎‎ [![](https://img.shields.io/badge/Deno%20Land-1.3.2-blue?style=for-the-badge)](https://deno.land/x/nekos_deno)
‎‎ [![](https://img.shields.io/badge/documentation-1.3.2-blue?style=for-the-badge)](https://deno.land/x/nekos_deno/mod.ts)
‎‎ [![](https://img.shields.io/badge/Deno%20Land-1.3.21-blue?style=for-the-badge)](https://deno.land/x/nekos_deno)
‎‎ [![](https://img.shields.io/badge/documentation-1.3.21-blue?style=for-the-badge)](https://deno.land/x/nekos_deno/mod.ts)
‎‎ [![Matrix](https://img.shields.io/matrix/public:gaycookie.dev?server_fqdn=matrix.gaycookie.dev&style=for-the-badge)](https://matrix.to/#/#public:gaycookie.dev)
This is a simple wrapper for the [Nekos.life](https://nekos.life) API, written for use with Deno.

## How to use
```ts
/* Import the module */
import { Nekos, RandomName } from "https://deno.land/x/nekos_deno@1.3.2/mod.ts";
import { Nekos, RandomName } from "https://deno.land/x/nekos_deno@1.3.21/mod.ts";

/* This will fetch a random Neko and log it in the console. */
Nekos.random(RandomName.NEKO).then(console.log);
Expand Down

0 comments on commit fa3a8ee

Please sign in to comment.