ardaorkin / earthify

Earthify is a music app

Home Page:http://ardaorkin.github.io/earthify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Earthify - Let's Listen The Earth!

A music app created with ReactJS, Spotify API and Mapbox

Table of contents

General info

This project let you listen World's Top 50th hit songs.

By clicking elsewhere on the map you can get list of playlists named like {contury_name} Top 500. On head of the list, playlist created by Spotify charts would seen if exist. If Spotify charts does not create a top 50 playlist for this country, most popular top 50 list of clicked country would took place on head of the list. If there is not found any top 50 playlist for clicked country, Earthify provide option to create one. It can create as public or private, depends on users choise.

In addition to this main properties, you can control your Spotify player via the Earthify, like currently playing song, increase or decrease volume, navigate between playlists...

Technologies

Project is created with:

  • ReactJS
  • Spotify API
  • Mapbox

Setup

You will need to Spotify API credentials and Mapbox access token.

git clone http://github/ardaorkin/earthify.git
cd earthify
yarn install
cp src/config/config_sample.js src/config/config.js
vim src/config/config.js
*fill the fields with your credentials*

Illustrations

Responsive

About

Earthify is a music app

http://ardaorkin.github.io/earthify

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.1%Language:CSS 20.9%Language:HTML 3.0%