Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacosontitan/hazel.js
Vote on your favorite programming language by opening a PR.
https://github.com/tacosontitan/hazel.js
battlegrounds best-language csharp dotnet javascript languages nodejs voting warzone
Last synced: 14 days ago
JSON representation
Vote on your favorite programming language by opening a PR.
- Host: GitHub
- URL: https://github.com/tacosontitan/hazel.js
- Owner: tacosontitan
- License: mit
- Created: 2024-04-25T14:16:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T23:23:33.000Z (8 months ago)
- Last Synced: 2024-05-17T00:39:27.623Z (8 months ago)
- Topics: battlegrounds, best-language, csharp, dotnet, javascript, languages, nodejs, voting, warzone
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 💃 Hazel.js
Let's decide once and for all which language is the best; open a PR and cast your vote!
![License](https://img.shields.io/github/license/tacosontitan/Glitter?logo=github&style=for-the-badge)
## 💁♀️ Getting Started
Get started by reviewing the answers to the following questions:
- [How do I report security concerns?](./SECURITY.md)
- [How should I behave here?](./CODE_OF_CONDUCT.md)
- [How can I help?](./CONTRIBUTING.md)Afterward, (assuming you've already cloned the project) you can run the following commands to get started:
```bash
npm i
npm start
```## 🦄 Voting
You can add your vote to the [`votes.json`](./data/votes.json) file using the format:
```json
{ "language": "csharp", "reason": "C# is better than JavaScript." }
```### 🐲 Languages
Languages are defined in the [`languages.json`](./data/languages.json) file. If you want to add a new language, you can do so by adding an entry in the following format:
```json
{
"name": "csharp",
"displayName": "C#",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Logo_C_sharp.svg/1820px-Logo_C_sharp.svg.png"
}
```**Note:** The `logo` field is optional.
## 👾 The Battlegrounds
Keep it clean, keep it professional. Other than that, anything goes, as long as it's legal.
![The Hazel.js battlegrounds.](https://github.com/tacosontitan/Hazel.js/blob/main/resources/banner.png?raw=true "The Hazel.js battlegrounds.")