duckgen

1.1.1 • Public • Published

Duckgen

Code Grade Dependency Count

Download

Since the Fairfield Programming Association's duck generator is built on top of node.js and npm, you need to have both of those installed as prerequisites. After that, to download the project, you have to run the below command. From there, you can include it in your node.js code by using the import or require system.

npm install duckgen

Features

We didn't want to use people's faces for the profile pictures. This was for three reasons: we didn't want to pay for hosting the image files, we were scared of what people would upload, and since our main audience is minors, we didn't want their faces to be publicly available. To solve these problems, we decided to use rubber duck avatars instead of photos. Users are able to customize their ducks by adding glasses, hats, items, etc (and they can even set their own colors).

Real Cool Duck Real Red Duck Real Blue Duck Real Outline Duck Real Brown Duck

How to Use

After running npm install duckgen, you can use it in your code using one of the two below systems. The API is very simple and you can check out the code to the project for the API reference.

ES6

import "duckgen" as duckgen;

Node.js Require

const duckgen = require("duckgen");

Contributing

If you simply star the repo, this helps us out tremendiously. Past that, if you share this repo with your friends, that helps a lot too. If you are feeling super generous, then you can find some issues that you have with the project and try to help us with them.

GitHub labels GitHub labels GitHub labels GitHub labels

To start helping, you can click some of the above labels to jump to the pages with issues. Or, you can submit an issue by clicking the last button.

Package Sidebar

Install

npm i duckgen

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

66.6 kB

Total Files

37

Last publish

Collaborators

  • william_mcgonagle