Giter Club home page Giter Club logo

thedailyfozz's Introduction

thedailyfozz

A collection of pictures of my dog Fozzy, one added each day.

Enjoy!

##How to contribute Contributing is really easy. Just head over to images.json and add your date and image link (this is assuming you have previously uploaded to imgur) to the JSON.

####If you are not familiar with JSON, here is a step-by-step

Be sure to upload your image to imgur and get your direct link before starting.

    1. Locate the bottom of the file. It will be the only line that doesn't end with a comma (besides the brackets that remain at the top and bottom of the file) and looks like this:
"03/31/16": "http://imgur.com/asdf",
"04/01/16": "http://imgur.com/asdf" //<--- This is the end of the JSON
}
    1. Add a comma to the last line, like this:
"03/31/16": "http://imgur.com/asdf",
"04/01/16": "http://imgur.com/asdf", //<--- See how I added a comma here.
}
    1. Add a new line and type your date in qoutes. Make sure to format it correctly.
"03/31/16": "http://imgur.com/asdf",
"04/01/16": "http://imgur.com/asdf",
"04/02/16" //<-- I added a new line and typed my date.
}
    1. Add a colon, space, and then paste your imgur link in qoutes.
"03/31/16": "http://imgur.com/asdf",
"04/01/16": "http://imgur.com/asdf",
"04/02/16": "myImgurLinkInQoutes.com"
}
    1. Done! Visit thedailyfozz.pw and look at your new fozz! (If it's the same day you added of course.)

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.