https://github.com/theabbie/facefun
Unofficial FaceFun API
https://github.com/theabbie/facefun
facefun theabbie
Last synced: about 1 month ago
JSON representation
Unofficial FaceFun API
- Host: GitHub
- URL: https://github.com/theabbie/facefun
- Owner: theabbie
- License: mit
- Created: 2020-12-10T15:46:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T16:31:48.000Z (over 4 years ago)
- Last Synced: 2025-01-31T12:49:46.693Z (3 months ago)
- Topics: facefun, theabbie
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/facefun
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FaceFun API

>**Unofficial FaceFun API**
## Example
The Following Code snipet will help you understand how to use this.
```js
var face = require("facefun");(async function() {
await face(path);
})();
```## Contributing
Thank you for your interest in contributing, If you feel like there's something missing or any new feature can be added, just create a PR and I will see the rest.
## Help
You can contact me on social media, Everything about me can be found [here](https://theabbie.github.io)
## Installation
### Requirements
* Node.Js installed
### Dev Dependencies
* Axios
* Form-Data## Credits
* [FaceFun](https://facefun.ai) For Creating an excellent tool.
## Contact
Contact me anywhere, just visit [my portfolio](https://theabbie.github.io)
## License
This project is licensed under MIT License, See [LICENSE](/LICENSE) for more information