Giter Site home page Giter Site logo

losungen-light's Introduction

Losungen Light

A simple HTML5 app displaying the "Losungen 2016" with the focus on mobile devices like Smartphone, Tablet. Mobile first. To be deployed locally on your htdocs folder. A web deployment is prepared.

screenshot

"Losungen Light" is a collection of daily bible verses for prayer and spiritual inspiration. Available primarily as book. Besides an app they offer an XML file containing these verses yearly for free download. This is what I used here. I wanted a lean solution on my Smartphone, no app.

Basic requirements

  • Apache

Dev requirements

  • NPM
  • Apache
  • git

Basic functions

jQuery is fetching the "Losungen 2016" as XML file (under data/ ) and placing the verses to specific DOM nodes.

Third party

I used "simpleClock" (see license.md) to drive the four-digit clock/date and placed it on top/left

Install

cd /var/www/html
mkdir losungen
cd losungen
git clone https://github.com/hroesser/Losungen-Light.git . 

Or you can just d/l the zip, unzip and deploy.

Then point your browser to:

http://localhost/losungen/

or

http://127.0.0.1/losungen/

If you want to develop on the Losungen:

Development

For the purpose you want to fork and develop or design your own solution, I prepared an environment with Grunt. My gruntfile defines a buildprocess with jshint, uglify for JS, cssmin for CSS since that would make sense here. For Grunt you will need NPM:

npm install     // install dependencies locally
grunt           // run all grunt-tasks defined in your correct Gruntfile 

You can easily start from that.

  • no reason for LESS. my CSS is lean
  • simpleClock.js already minified but perhaps you want to develop on it

losungen-light's People

Contributors

hroesser avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.