code-of-conduct icon indicating copy to clipboard operation
code-of-conduct copied to clipboard

Add Hashtag Field to Supporters

Open hagenburger opened this issue 7 years ago • 0 comments

As seen in #149, hashtags might be useful as an additional field for each event.

Suggested format:

{
  "usergroups": [
    {
      "name": "ThoughtWorks Tech Talks NYC Meetup",
      "city": "New York",
      "country": "USA",
      "link": "https://www.meetup.com/ThoughtWorks-Tech-Talks-NYC/",
      "hashtag": "ThoughtWorksNYC",
      "contacts": []
    }
  ]
}

Which links to https://twitter.com/search?q=%23ThoughtWorksNYC.

hagenburger avatar Sep 21 '17 07:09 hagenburger