Skip to content
View albydarned's full-sized avatar
Block or Report

Block or report albydarned

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. shorten shorten Public

    A simple, API only, link shortener written in Elixir Phoenix with no dependencies outside the Phoenix defaults.

    Elixir 3 1

  2. google-finance-scraper google-finance-scraper Public

    A simple python program that scrapes historical data of a certain stock from Google Finance in a given time period.

    Python 3 1

  3. Elixir Geocode Google Maps Elixir Geocode Google Maps
    1
    defmodule Application.Geo do
    2
    
                  
    3
      def encode(address) do
    4
        key = Application.get_env(:application, :google_api_key)
    5