Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captainayan/pixel-profile-pic
πΌπGithub like pixel profile picture generator ππ¨
https://github.com/captainayan/pixel-profile-pic
avatar canvas identicon identicon-generator identicon-library profile-picture
Last synced: 24 days ago
JSON representation
πΌπGithub like pixel profile picture generator ππ¨
- Host: GitHub
- URL: https://github.com/captainayan/pixel-profile-pic
- Owner: captainAyan
- License: mit
- Created: 2022-04-12T08:35:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T21:12:41.000Z (8 months ago)
- Last Synced: 2024-05-10T22:26:10.096Z (8 months ago)
- Topics: avatar, canvas, identicon, identicon-generator, identicon-library, profile-picture
- Language: JavaScript
- Homepage: https://captainayan.github.io/pixel-profile-pic/
- Size: 376 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pixel Profile Pic
GIthub like pixel profile picture generator
Website Β
Api
![Poster](https://github.com/captainayan/pixel-profile-pic/blob/main/poster.png?raw=true)
## API Guide
**URL :** [https://pixel-profile-pic.onrender.com/api](https://pixel-profile-pic.onrender.com/api)Param Name | Type | Description |
--- | --- | --- |
`width` | Number | Height and width of each cell in the grid
`cell` | Number | Number of cells in x and y axes
`color` | Hex Color Code *(E.g. 7fffd4)* | Code of cells (DO NOT use `#` symbol before the color code)
`seed` | Text | Seed for Pseudo Random Number generation**Example :** [https://pixel-profile-pic.onrender.com/api?width=20&cell=5&color=4da3ff&seed=f](https://pixel-profile-pic.onrender.com/api?width=20&cell=5&color=4da3ff&seed=f)
## Getting Started
- Clone the repo
- Run the `app.js` using `node` for the API
- Run the `docs/index.html` for the website / github page using [LiveServer](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)**Note :** The website will make the api requests to the actual hosted api *(pixel-profile-pic.onrender.com)* not the local one.
ππ₯Ί Consider starring this project.
ππ Also consider contribution, I could use some help.
## Contact
Send me a message on discord or instagram. Check out my [Profile Readme](https://github.com/captainAyan)