Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pukimaa/hello-astro
- Owner: Pukimaa
- Created: 2022-04-10T19:58:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T14:47:02.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T17:54:04.615Z (30 days ago)
- Topics: astro-component
- Language: TypeScript
- Homepage: https://hello-astro.vercel.app
- Size: 135 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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`