Skip to content

SAYONG/fb-page-album-likes

 
 

Repository files navigation

Screenshot

example

Development mode

This project requires Java and Leiningen for automating Clojure projects without setting your hair on fire.

To install lein, follow step below.

  1. Download the lein script.
  2. Move script to $PATH your shell can execute it (eg. ~/bin)
  3. Make script executable.
    chmod +x ~/bin/lein
    
  4. Enjoy!

To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:

lein figwheel

Figwheel will automatically push cljs changes to the browser. Once Figwheel starts up, you should be able to open the public/index.html page in the browser.

Building for production

yarn build
yarn deploy
lein clean
lein package

About

See the most likes album of that Facebook page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 86.1%
  • HTML 12.0%
  • CSS 1.9%