Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwylynko/business-primary-color-v2
https://github.com/nwylynko/business-primary-color-v2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nwylynko/business-primary-color-v2
- Owner: NWylynko
- Created: 2024-07-08T12:48:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T13:34:09.000Z (7 months ago)
- Last Synced: 2024-10-25T23:09:51.443Z (3 months ago)
- Language: TypeScript
- Homepage: https://business-primary-color-v2.vercel.app
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```ts
const name = "Amazon"const response = await fetch(`https://business-primary-color-v2.vercel.app?name=${name}`)
const hex = await response.text()
console.log(`#${hex}`)
```