Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thandaanda/weather-mixmax-app
MixMax Integration for adding Weather to mail by slash command
https://github.com/thandaanda/weather-mixmax-app
Last synced: 16 days ago
JSON representation
MixMax Integration for adding Weather to mail by slash command
- Host: GitHub
- URL: https://github.com/thandaanda/weather-mixmax-app
- Owner: thandaanda
- License: mit
- Created: 2016-04-05T21:16:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T21:52:09.000Z (almost 9 years ago)
- Last Synced: 2024-11-09T13:46:47.485Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Slash Command for Mixmax
This is an open source Mixmax Slash Command. This integration helps embeding weather details of any city to your MixMax mail.
## Running locally
1. Install using `npm install`
2. Run using `npm start`To simulate locally how Mixmax calls the typeahead URL (to return a JSON list of typeahead results), run:
```
curl http://localhost:3000/typeahead?city=Ahmedabad
```To simulate locally how Mixmax calls the resolver URL (to return HTML that goes into the email), run:
```
curl http://localhost:3000/resolver?city=Ahmedabad
```