KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
gifmatic
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
mqtt.io
:
[WIP] MQTT over Socket.IO
SqliteCompressed
:
Sqlite with built-in Compression
kart
:
Compocase for the AI programming competition at The Gathering 2015
ii
:
Интерактивная Ииссиидиология
WikiLocation
:
WikiLocation - A geolocation based wikipedia app written in Swift
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gifmatic
?
Download (.md)
# Gifmatic Simple express server that handles `/gif` commands from Slack, returning a matching image from the Giphy API. ## Usage Drop a Slack Incoming Webhook URL in [here](index.coffee#L31), and then: ``` # starts a server on port 4567 coffee index.coffee ``` Setup a Slack Slash Command to POST to the above port, e.g. `/gif <gif query>`.