Code Monkey home page Code Monkey logo

buildexcerpt's Introduction

Build Excerpt

Reads several web pages and builds small HTML snippets with excerpts, to be used within a blog post with curated links.

Example:

./gradlew installDist
./build/install/buildexcerpt/bin/buildexcerpt https://www.interaction-design.org/literature/article/how-to-visualize-your-qualitative-user-research-results-for-maximum-impact https://justaskusers.com

will generate this:

<div class="excerptContainer">
    <div class="excerptImage">
        <img src="https://public-media.interaction-design.org/images/ux-daily/article_131004_hero_5a32b25514ca99.99475750.png" />
    </div>
    <div class="excerptText">
        <h3>How to Visualize Your Qualitative User Research Results for Maximum Impact</h3>
        <p>When thinking about visualization of research results, many people will automatically have an image of a graph in mind. Do you have that image, too? You would be right in thinking that many research results benefit from a graph-like visualization, showing trends and anomalies. But this is mainly tru...</p>
        <p><a href="https://www.interaction-design.org/literature/article/how-to-visualize-your-qualitative-user-research-results-for-maximum-impact">Read more</a></p>
    </div>
</div>

<div class="excerptContainer">
    <div class="excerptImage">
        <img src="https://justaskusers.com/wp-content/uploads/2018/03/jau-twitter-image.png" />
    </div>
    <div class="excerptText">
        <h3>Just Ask Users – Plan, manage and make sense of UX research work</h3>
        <p>The tool for User Experience Researchers: Curate meaningful collections of user feedback, get insights and connect them to product decisions – UX research minus the mess!</p>
        <p><a href="https://justaskusers.com/">Read more</a></p>
    </div>
</div>

The program does this by parsing the meta tags og:title, og:image, og:description and og:url.

buildexcerpt's People

Watchers

 avatar  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.