Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Add keyword to search phrase
Browse files Browse the repository at this point in the history
* Added #wikimedia2030 hashtag to the search phrase
  variable to be considered in the search.

Signed-off-by: Alangi Derick <alangiderick@gmail.com>
  • Loading branch information
xSavitar committed Apr 7, 2017
1 parent 7aa269f commit 26b92ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
require('dotenv').config()

/* Set Twitter search phrase */
var TWITTER_SEARCH_PHRASE = '#wikimedia OR #mediawiki OR @wikimedia OR @mediawiki OR #wmcon OR @wikidata OR #wikidata';
var TWITTER_SEARCH_PHRASE = '#wikimedia OR #mediawiki OR @wikimedia OR @mediawiki OR #wmcon \
OR @wikidata OR #wikidata OR #wikimedia2030';

var Twit = require('twit');

Expand Down

0 comments on commit 26b92ab

Please sign in to comment.