nodeschool / seattle

NodeSchool for Seattle!
http://nodeschool.io/seattle
42 stars 9 forks source link

script to automate new event creation #62

Closed e-e closed 6 years ago

e-e commented 6 years ago

closes #50, closes #52, closes #53, closes #54

Creates meetup event, github mentor signup issue, updates nodeschool seattle main page, and publishes changes

I don't know how you want to deal with providing the environment variables. I used dotenv, and so if you want to go that route, there are four values you need to provide for that: github api token, github user, meetup api key, and google maps api key. Also, I commented out the call to the function that posts to the nodeschool calendar - wasn't sure if you wanted that to happen or not.

satanas commented 6 years ago

Hi @e-e, sorry for the late response. Please solve the conflicts to merge. I just tested it and works like a charm. Thanks for the contribution :)

e-e commented 6 years ago

@satanas fixed