Code Monkey home page Code Monkey logo

hacklend's Introduction

HackLend ๐Ÿ’œ

The problem

Hackathon (and other tech event) organizers often purchase lots of items which are reusable. These are often only ever used during events. Meanwhile, other organizing teams may go ahead and purchase the same items for their events.

The solution

HackLend is a community-curated list of items which organizers are happy to lend to one another. Organizers should feel free to look at the list and get in touch with owners and ask to borrow their kit. This can help team save money, and make more use of kit which has been bought by others.

Adding your own kit

  1. Fork this repository into your own account
  2. Edit data.js (you can do this from within GitHub's online interface) and add a new object for each item. This is everything in between the { and } brackets. Make sure there's a comma between each object.
  3. Submit a pull request to the origin repo (phazonoverload/hacklend)

Your contribution

Your contribution should look like this:

Before

var items = [
  {
    name: "Name of item",
    link: "http://amazon.co.uk/LINK_TO_ITEM",
    owner: "Team/person name",
    location: "City and country",
    contact: "[email protected]"
  }
];

After

var items = [
  {
    name: "Name of item",
    link: "http://amazon.co.uk/LINK_TO_ITEM",
    owner: "Team/person name",
    location: "City and country",
    contact: "[email protected]"
  },
  {
    name: "Name of item",
    link: "http://amazon.co.uk/LINK_TO_ITEM",
    owner: "Team/person name",
    location: "City and country",
    contact: "[email protected]"
  }
];

Please make sure each of your items is separate.


The rules (and disclaimers)

  • I accept no responsibility for loss or damage. Everyone who has contributed items to this project does so at their own risk, and should try to ensure borrowers are reputable.
  • You should agree a return date for kit if you are lending it.
  • If you borrow kit, it's reasonable to expect the lender to ask for the cost of postage.
  • This is not intended for rentals. If anyone asks for money in return for their kit, you should let me know immediately.
  • No one is obligated to lend you things. It is completely ok for them to say no. If someone becomes harassing, you should let me know.

hacklend's People

Contributors

phazonoverload avatar bericender avatar literally-dan avatar

Watchers

James Cloos avatar Craig Knott avatar Jamie Tanna avatar HackSoc Nottingham avatar Casper Oakley avatar Houman Brinjcargorabi avatar  avatar  avatar James Harvey 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.