Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pukimaa/hello-astro

This is a component that returns a random greeting in a random language. Nothing more, nothing less.
https://github.com/pukimaa/hello-astro

astro-component

Last synced: about 21 hours ago
JSON representation

This is a component that returns a random greeting in a random language. Nothing more, nothing less.

Awesome Lists containing this project

README

        

# 👋 `hello-astro`
[Take a look at the demo](https://hello-astro.vercel.app/)

This is a component that returns a random greeting in a random language...nothing more.

## ✨ Usage
```js
---
import { HelloAstro } from "hello-astro";
---

This is a random greeting:


```
Please note that there is no element surrounding the greeting so you need to add one yourself
## ❌ Something's missing or wrong?
Please create a PR and follow these rules:
- The translation should be just "Hello"
- It should be the informal hello
- Just create a new Array Value in the `greetings.js` like the following:
- `"Hello in Language X", // Language X Name`