Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/tweet-via-searchbar

Tweet via Searchbar
https://github.com/bgpat/tweet-via-searchbar

Last synced: about 2 months ago
JSON representation

Tweet via Searchbar

Awesome Lists containing this project

README

        

# tweet-via-searchbar

Tweet via searchbar
https://searchbar.401.jp/

## Build

```bash
make
```

## Run with Docker

```bash
cp .env.sample .env
docker-compose up -d --build
```

## Deploy to Kubernetes

```bash
kubectl apply -f kubernetes.yml

# edit env vars
kubectl -n searchbar edit secret dotenv
```