Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nwylynko/business-primary-color-v2


https://github.com/nwylynko/business-primary-color-v2

Last synced: about 1 month ago
JSON representation

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}`)
```