• Stars
    star
    156
  • Rank 239,589 (Top 5 %)
  • Language
    HTML
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It's Coffitivity for your Desktop! You can listen to ambient music even when you're offline. 🎧 🚀

Coffitivity Offline

Latest version 1.0.2 adds keyboard shortcuts to the app

Coffitivity's desktop app built with the powers of web technology and ElectronJS. 🎧 🚀

looking for Download? Go to Download page.

Reporting issues

Please visit our Github Issues Page to discuss bugs and issues.

Development Setup

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. We will also be using Electron Forge for building our desktop native app. Next open up Terminal or your favourite command line tool:

   # First go to the directory where you want to install Coffitivity Offline
   # Next we'll clone the repository
git clone https://github.com/siwalikm/coffitivity-offline.git
   # install Electron-Forge globally on your system
npm install -g electron-forge
   # Go into the repository
cd coffitivity-offline
   # Install all the dependencies of this project
npm install
   # Run the app
electron-forge start

Building native app

(supports only MacOS for now)

   # Go into the repository
cd coffitivity-offline
   # Install all the dependencies of this project
npm install
   # Run Build Script
electron-forge make

This creates a compiled dmg file in the folder "../out/make" in your application's root directory.

To edit specificities of the MacOS build, go to your package.json file and edit the following property.

"electronPackagerConfig": {
        "packageManager": "npm",
        "name": "Coffitivity Offline",
        "icon": "./assets/icon.png.icns"
      },

More Repositories

1

Prep-for-Full-Stack-JS

A to-do list for preparing to be a Full Stack JS Developer
319
star
2

quick-form-css

CSS boilerplate to convert raw html form to a beautiful minimalistic web-form. http://bit.ly/QFC-demo
CSS
37
star
3

Flash

A test service to mock slow server responses ⚡️⚡️⚡️
HTML
24
star
4

Vicinity

this is not a parody project - it actually works. A python based app which lets you transfer files within computers in the same network, using Simple Hand Gestures
Python
17
star
5

Google-Hangouts-Chat

MacOS desktop app for Google Hangouts Chat (An intelligent communication app, built for teams)
JavaScript
10
star
6

auto-resume-builder

A form based resume builder built in PHP which supports employee and admin views. Admin can screen and filter out resumes based on various resume params.
PHP
3
star
7

electron-test-app-with-electron-builder

A minimal Electron application template along with electron builder configured
JavaScript
2
star
8

ember-firebase-auth-starter

Ember starter template with firebase auth, session management and realtime db sync
JavaScript
1
star
9

shoe-sales

test UX prototype.
HTML
1
star
10

try-web-components

1
star
11

v1-siwalik-in-website

V1 of my very old portfolio website - added for archiving purposes
HTML
1
star
12

v2-siwalik-in-website

V2 of my old portfolio website - added for archiving purposes
HTML
1
star
13

cra-rtk-sass-boilerplate

Created with CodeSandbox
JavaScript
1
star
14

ember-ts-poc

JavaScript
1
star
15

thriftytodo

clone of todomvc with slight modification to be thrifty while hitting the groceries
JavaScript
1
star
16

preact-signals-demo

sample code for youtube demo
JavaScript
1
star
17

solidjs-app-live

TypeScript
1
star
18

siwalikm

1
star
19

unity3d-game-1

C#
1
star
20

demo-nextra-2.0

JavaScript
1
star
21

coffitivity-offline-website

Landing page for coffitivity-offline.siwalik.in
HTML
1
star