-
Notifications
You must be signed in to change notification settings - Fork 127
/
modules.json
29 lines (29 loc) · 1.59 KB
/
modules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
["SystemModule@MeaningOfLife", ["meaning", "life"]],
["SystemModule@TimeRightNow",["time","right","now"]],
["SystemModule@DateToday",["date","today"]],
["SystemModule@WakeUp",["wake","up"]],
["SystemModule@GoToSleep",["go","sleep"]],
["SystemModule@Quit",["youre","fired"]],
["SystemModule@TellSystemStatus",["system","status"]],
["AlphaSearchModule@DoASearch",["alpha","search"]],
["WikipediaModule@GiveASummary",["information","wikipedia"]],
["MovieInformationModule@GiveSomeInformation",["movie","information"]],
["WeatherReportModule@WeatherReportToday",["weather","today"]],
["WeatherReportModule@WeatherReportTomorrow",["weather","forecast","tomorrow"]],
["WeatherReportModule@WeatherReportWeekly",["weather","forecast","week"]],
["TwitterModule@GetTrending",["trending","twitter"]],
["TwitterModule@StatusUpdate",["tweet","something","twitter"]],
["TwitterModule@GetNotifications",["twitter","notifications"]],
["EvernoteModule@WriteNote",["note","something"]],
["GoogleCalendarModule@AddEvent",["add","calendar","event"]],
["GoogleCalendarModule@GetEventsToday",["calendar","events","today"]],
["GoogleCalendarModule@GetEventsTomorrow",["calendar","events","tomorrow"]],
["GmailModule@handle",["unread","emails"]],
["ReporterModule@GetNews",["get","news","detailed"]],
["ReporterModule@handle",["read","latest","news"]],
["FootballModule@handle",["football","information"]],
["FacebookModule@GetBirthdayReminders",["birthday","reminders"]],
["FacebookModule@StatusUpdate",["facebook","status","update"]],
["ZomatoModule@handle",["feeling","hungry","restaurant"]]
]