Skip to content

Instantly share code, notes, and snippets.

View aprildagonese's full-sized avatar

April Dagonese aprildagonese

View GitHub Profile
@eddygarcas
eddygarcas / trello_oauth.rb
Last active March 14, 2022 18:43
Trello OAuth 1.0 authorization with Ruby
#Add this routes.rb file
# get '/oauth', to: 'trello_sessions#new'
# get '/oauth/authorize', to: 'trello_sessions#authorize', as:'oauth_authorize'
class TrelloSessionsController < ApplicationController
def new
request_token = trello_consumer.get_request_token(:oauth_callback => oauth_authorize_url)
session[:token] = request_token.token
session[:token_secret] = request_token.secret
@martensonbj
martensonbj / readme-template.md
Created February 16, 2017 19:21
Personal project README template

Project Name & Pitch

Example:

TweetWorld

An application used to filter data form Twitter based on user preference, built with React, Redux, JavaScript, and CSS.

Project Status

(only necessary if incomplete)