Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/orbit-language-to-tag
https://github.com/brob/orbit-language-to-tag
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brob/orbit-language-to-tag
- Owner: brob
- Created: 2022-06-10T18:25:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:54:03.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:29:45.389Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proof of concept for Language Attribute -> Language Tags
This is a super simple proof of concept that converts the language attribute of a community member to a list of tags with the format `language-`.
## Installation
Clone the repository and NPM install
```
git clone [email protected]:brob/orbit-language-to-tag.git
cd orbit-language-to-tag
npm install
```## Usage
Provide two environment variables:
`API_KEY`: The API key for the Orbit API
`WORKSPACE`: Your workspace idCurrently this is a simple Node script which can be run from the command line.
```
node index.js
```