diff options
| author | 8cy <[email protected]> | 2020-04-17 12:38:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-17 12:38:33 -0700 |
| commit | 89d8a8adaf282b866d2b1ec8d94edb4c141f8eec (patch) | |
| tree | 1ecb78b2972be0f5c4683a47311417e4c60c88f2 /README.md | |
| download | node-uwufy-89d8a8adaf282b866d2b1ec8d94edb4c141f8eec.tar.xz node-uwufy-89d8a8adaf282b866d2b1ec8d94edb4c141f8eec.zip | |
A New Beginning
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7f57d7 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# uwufy +[](https://www.npmjs.com/package/uwufy) +[](https://github.com/8cy/npm-uwufy/blob/master/LICENSE) + +[](https://nodei.co/npm/uwufy/) + +The simplest UwU package of all. + +Yes, this **works** really well with Discord bot APIs! + +## Install +```sh +$ npm install uwufy +``` + +# Usage +```js +const uwufy = require('uwufy'); + +console.log(uwufy('IF YOU SEE THIS THEN THE UWUFICATION WAS SUCCESSFULL')); +``` + +# Output +```sh +$ IF YOU SEE THIS THEN THE UWUFICATION WAS SUCCESSFULL +``` + +## Links + +* [Website](https://cyne.cf) +* [NPM](https://npmjs.com/uwufy) |