captainAyan / pixel-profile-pic

๐Ÿ–ผ๐Ÿ–ŒGithub like pixel profile picture generator ๐Ÿš€๐ŸŽจ

Home Page:https://captainayan.github.io/pixel-profile-pic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Profile Pic

GIthub like pixel profile picture generator
Website   Api

Poster

API Guide

URL : 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

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

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

About

๐Ÿ–ผ๐Ÿ–ŒGithub like pixel profile picture generator ๐Ÿš€๐ŸŽจ

https://captainayan.github.io/pixel-profile-pic/

License:MIT License


Languages

Language:JavaScript 100.0%