GithubHelp home page GithubHelp logo

ng-eocities's Introduction

#ng-eocities

A library of retro Angular directives v0.0.0

Demo - polarized lenses recommended

##Installation bower install ng-eocities

npm install

gulp serve

##Usage All directives and their dependencies have their own module and can be used individually. To use the entire library, simply add the main ngEocities module as a dependency in your app.

angular.module('myApp' ['ngEocities']);

###pixelated-img Tired of the razer sharp images of the modern web? Pixelate down that fidelity to your heart's content!

source and pixelation values are tied to scope

<div pixelated-img source="{{image}}" pixelation="{{pixelation}}"></div>
<input type="range" min="1" max="100" ng-model="pixelation" /></div>

###figlet Add some pizzazz to your text by figlifying it up. This is a port of scottgonzalez's figlet-js.

app: app.config(function(figlifyProvider) { // set the path to your figlet fonts figlifyProvider.setFontsRoute('/figlet/fonts/'); });

html:

<figlet text='{{model}}' font='smkeyboard'></figlet>
<input ng-model='model' type='text' placeholder='figlify some text' />

###jukebox Bring the party with your own jazzy jukebox. Just plug in some tunes, and trip out to those sweet, sweet visualizations.

bins and fps will default to 32 and 60, respectively. You can interpolate the path to your muzak, but you'll have to escape it, as in the demo. volume can be between 0 and 1. Make sure to use css to change its size.

<jukebox src="/path/to/muzak" volume="1" fps="60" bins="16"></jukebox>

###marquee Don't let deprecation slow you down, get those marquee's out of your legacy code and into mobile website.

<div marquee width='100px' duration='3000' direction="right">
    <figlet text="Vrooom!!" font='alligator'></figlet>
</div>

###blink Don't blink, or you'll miss it! Just kidding, try to avoid having a <blink> induced seizure.

options: 'blackwhite', 'rainbow'

<div blink option="rainbow" active='true' flashtext='true' interval='100' style='float:left;'>don't  blink</div>

###counter Everybody is demanding proof about those visitor numbers you've been claiming. This counter brings the irrefutable truth to your website.

app:

app.config(function(counterProvider) {
    // point counter to your firebase count url
    counterProvider.setFirebaseURL('https://ng-eocities.firebaseio.com/');
});

html:

<div counter></div>

###sparkler Because who said a mouse should look like a black arrow anyway?

app.run(function(sparkler) {
    sparkler();
});

##Backlog ####draggable

##Contributing

ng-eocities's People

Contributors

jrhdoty avatar aaromp avatar zzmp avatar

Watchers

James Cloos 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.