Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peatral/peatral
https://github.com/peatral/peatral
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/peatral/peatral
- Owner: Peatral
- Created: 2021-12-04T17:09:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T10:58:51.000Z (9 months ago)
- Last Synced: 2024-05-02T04:20:06.172Z (7 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```JavaScript
console.log([80, 101, 97, 116, 114, 97, 108].map(char => String.fromCharCode(char)).reduce((a, b) => a + b, ""));// Booh! Did I scare ya away with spooky JavaScript?
// TODO: Just use String.fromCharCode instead of array shenanigans
// (But they are just so much fun)
```## What I have worked on
- 🌎 [peatral.xyz](https://peatral.xyz) - My website, a funky blog where I sometimes post stuff
- 🔨 [Embers' Construct](https://www.curseforge.com/minecraft/mc-mods/embersconstruct) - A Minecraft mod, connecting Embers Rekindled and Tinkers' Construct
- 🤖 [GPD-Bot](https://peatral.xyz/bot) - A privately used Discord Bot## That's it
I mostly work on private projects, fiddling around with tech such as Godot Engine and React.