All Projects β†’ MailTape β†’ MailTape.github.io

MailTape / MailTape.github.io

Licence: other
MailTape - Feed your inspiration with music, every Sunday morning.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
actionscript
884 projects
CSS
56736 projects
Less
1899 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to MailTape.github.io

Ngx Youtube Player
YouTube player app built with Angular 7
Stars: ✭ 92 (+300%)
Mutual labels:  playlist, music-player
vue-music-player
🎡 basic music player, keeps your favorite musics
Stars: ✭ 77 (+234.78%)
Mutual labels:  playlist, music-player
Musicplayer
A minimal music player built on electron.
Stars: ✭ 145 (+530.43%)
Mutual labels:  playlist, music-player
SwiftAudioPlayer
[WIP] Simple music player for macOS written in Swift
Stars: ✭ 33 (+43.48%)
Mutual labels:  playlist, music-player
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (+52.17%)
Mutual labels:  playlist, music-player
Readme
πŸ‘‹ - The documentation for being an Artsy Engineer
Stars: ✭ 380 (+1552.17%)
Mutual labels:  art, culture
gapdecoder
Google Arts And Culture Downloader. Python script to download high-resolution images from google arts & culture.
Stars: ✭ 78 (+239.13%)
Mutual labels:  art, culture
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❀️
Stars: ✭ 218 (+847.83%)
Mutual labels:  playlist, music-player
pushtape-player.js
Customizable JS audio page player with global playback controls and autoscan (mutationobserver), built on Soundmanager2.
Stars: ✭ 27 (+17.39%)
Mutual labels:  playlist, music-player
Appo-Music
A full-stack clone of the incredible Apple Music online streaming platform, with an aim to re-create it's core features, seamless design, and excellent user experience.
Stars: ✭ 82 (+256.52%)
Mutual labels:  playlist, music-player
splitcloud-app
This is the repo for the legacy SplitCloud for iOS app built with ReactNative and a fork of StreamingKit project.
Stars: ✭ 59 (+156.52%)
Mutual labels:  playlist, music-player
MusicFolderPlayer
An elegant HTML5 web folder player for parties and/or private music collections, with playlist management that's just better.
Stars: ✭ 89 (+286.96%)
Mutual labels:  playlist, music-player
IdealMedia
Awesome app to listen music and audiobooks on the device and online at vk.com. Search, download, set as ringtone, sort by albums, authors, folder. Powerful equalizer.
Stars: ✭ 28 (+21.74%)
Mutual labels:  playlist, music-player
jekyll-deploy-action
πŸͺ‚ A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (+604.35%)
Mutual labels:  jekyll-site
tripbot9000
Procedural generation of geometric patterns and fractals.
Stars: ✭ 22 (-4.35%)
Mutual labels:  art
163MusicToSpotify
Convert your favorite 163 music playlist to Spotify
Stars: ✭ 98 (+326.09%)
Mutual labels:  playlist
StarlightMusic
ε°θ€Œη²Ύθ‡΄ηš„θ·¨εΉ³ε°ιŸ³δΉζ’­ζ”Ύε™¨οΌŒδ½Ώη”¨Qt / Qml + FFmpeg
Stars: ✭ 35 (+52.17%)
Mutual labels:  music-player
eventigo-web
Events aggregator and newsletter
Stars: ✭ 22 (-4.35%)
Mutual labels:  newsletter
youtube-playlist-player
Watch and edit YouTube playlists on the desktop.
Stars: ✭ 14 (-39.13%)
Mutual labels:  playlist
amplyfm
A free and open-source web app for streaming music.
Stars: ✭ 46 (+100%)
Mutual labels:  music-player

MailTape

Feed your inspiration, every Sunday morning.

Each MailTape issue is the result of a collaborative work between a featured guest who curates the three first tracks, a curator who completes the selection, an illustrator and a writer.

Dancers, musicians, illustrators, writers, researchers, artists and creators of all kinds are following MailTape.

We're a not-for-profit art collective.

Coded with love in Berlin, Toulouse and Paris.

ImaCrea.

You're a coder?

Feel free to make a pull request, we're very open to collaboration :)

Building MailTape locally

Using a local Jekyll install

Pre-requisites:

$ gem install bundler
$ bundle i
$ bundle exec jekyll serve

This serves MailTape on port 4000. Visit http://127.0.0.1:4000/ to check the changes you're making locally.

Using Docker

If you have Docker installed, you can run Jekyll without installing it with the following command:

docker run --rm \
    --volume="$PWD:/srv/jekyll" \
    --volume="$PWD/vendor/bundle:/usr/local/bundle" \
    --env JEKYLL_ENV=development \
    -p 4000:4000 jekyll/jekyll:3.8 \
    jekyll serve --incremental

Then visit http://127.0.0.1:4000/ as described previously.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].