Giter Site home page Giter Site logo

davext / neat-lever Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.86 MB

Makes Lever jobs look like cards that you can embed anywhere on the internet!

Home Page: https://davext.github.io/neat-lever/

License: MIT License

JavaScript 73.01% HTML 23.05% CSS 3.94%
lever react

neat-lever's Introduction

Make Lever-Jobs Great Again (MLGA)

All Fancy Lever Job

This is a react app that you can iframe/embed anywhere basically.

How To Use:

  1. Find the Lever page that contains job positngs like (https://jobs.lever.co/leverdemo)
  2. Use the username of the company leverdemo in the url to create the page

https://davext.github.io/neat-lever?username=leverdemo <-- notice the username

  1. Embed anywhere with this tag.
<iframe id="neat-lever"  src="https://davext.github.io/neat-lever?username=leverdemo"> </iframe>

You can use it anywhere that supports HTML input. Wordpress, Wix, Squarespace, Webflow, and more!

  1. Bonus: if you'd like to have the iFrame height to auto resize based on how many jobs the page has, then add this to your website's head
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js" ></script>

and add this after the iFrame code:

<script>
  iFrameResize({ log: true, checkOrigin: false }, '#neat-lever')
</script>	

Troubleshoot

  • It's not loading the jobs and it's defaulting to "btc" username:

Try looking in the browser console, you probably have the username incorrect.

  • iFrame resizing is not working

Usually works right away. Try clearning your cache. If not look for the logs in the console

Want to support the development of this project?

https://paypal.me/driftgears

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.