Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bgpat/tweet-via-searchbar
- Owner: bgpat
- License: mit
- Created: 2017-03-10T05:38:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:52:40.000Z (about 1 year ago)
- Last Synced: 2024-10-14T19:23:19.465Z (3 months ago)
- Language: Go
- Homepage: https://searchbar.401.jp/
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```