Code Monkey home page Code Monkey logo

blog_analytics's Introduction

Blog Analytics with Express and Lodash

This is a simple application that serves as an API for a collection of blogs. The application provides endpoints to search for blogs by title, and retrieve statistics about the blogs. The data is fetched from an external source and is memoized for improved performance.

Features

  • Fetching and Caching Data: The application fetches blog data from an external API endpoint and caches it to minimize the number of external requests.

  • Blog Statistics: The '/api/blog-stats' endpoint provides statistics about the blogs, including the total number of blogs, the title of the blog with the longest title, the number of blogs with "privacy" in their titles, and the number of blogs with unique titles.

  • Blog Search: The '/api/blog-search' endpoint allows users to search for blogs by providing a query keyword. The API returns a list of blogs that include the query keyword in their titles.

Installation

Install required dependencies

  npm  install lodash express

start the express server

  node server.js

Access the API endpoints:

replace "yourQuery" with whatever you want to search with.

Screenshots

Blog stats

search_privacy

search_money

blog_analytics's People

Contributors

aryansoni811 avatar

Watchers

 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.