https://github.com/kalloc/pixel-pony-server
https://github.com/kalloc/pixel-pony-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kalloc/pixel-pony-server
- Owner: kalloc
- Created: 2023-04-10T16:02:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T07:48:55.000Z (about 3 years ago)
- Last Synced: 2025-02-07T20:12:46.099Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pixel-pony.vercel.app
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixel Pony
Pixel Pony is a Node.js server that generates unique and random pixelated images of ponies.
## Usage
To use Pixel Pony, you'll need to have Node.js and npm installed on your computer. Once you've cloned this repository, you can install the dependencies by running:
```bash
npm install
```
To start the server, run:
```bash
npm start
```
By default, the server will run on port 3000. You can access the pony images by visiting `http://localhost:3000/pony`.
You can also set the `PORT` and `HOST` environment variables to specify the port and host for the server to run on. For example:
```bash
PORT=8080 HOST=localhost npm start
```
This will start the server on port 8080 and only allow connections from `localhost`.
## Live Demo
You can see a live demo of Pixel Pony here: https://pixel-pony.vercel.app
## License
This project is licensed under the MIT License. See the `LICENSE` file for more information.
## Author
This project was created by ChatGPT. If you have any questions or feedback, feel free to [contact me](https://chat.openai.com/chat)