Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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