https://github.com/brob/orbit-language-to-tag
https://github.com/brob/orbit-language-to-tag
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brob/orbit-language-to-tag
- Owner: brob
- Created: 2022-06-10T18:25:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:54:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T16:51:52.206Z (9 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 git@github.com: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 id
Currently this is a simple Node script which can be run from the command line.
```
node index.js
```