Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.")