This is an open source Mixmax Slash Command. This integration helps embeding weather details of any city to your MixMax mail.
- Install using
npm install
- 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