npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

calcutta

v1.0.0

Published

![Calcutta](calcutta-image.jpg)

Downloads

8

Readme

Calcutta.js NPM Package

Calcutta

Introduction

Welcome to the Calcutta.js NPM package! This package provides you with a glimpse into the rich history of Calcutta (now known as Kolkata), along with a simple greeting function. Whether you're a history enthusiast, a curious learner, or just someone who wants to send greetings to Calcutta, this package has something for you.

Installation

To install the Calcutta.js package, you can use npm:

npm install calcutta

Usage

Greetings

Use the greetings function to send a greeting to Calcutta from your city:

const calcutta = require('calcutta');

const greeting = calcutta.greetings('Your City type here');
console.log(greeting); // Output: Hello Calcutta, I am from Your City

Short History

Retrieve a brief history of Calcutta using the getShortHistory function:

const calcutta = require('calcutta');

const history = calcutta.getShortHistory();
console.log(history); // Output: (A brief history of Calcutta will be printed)

History of Calcutta

Calcutta (now Kolkata) has a fascinating history that spans centuries. It has evolved from an ancient settlement to a vibrant cultural and economic hub. Here are some key highlights:

  • Early History: The region's history dates back to ancient times, with evidence of human settlements. It was part of various dynasties including the Mauryans, Guptas, and Palas.

  • Colonial Era: The English East India Company established a trading post in 1690, which grew into a major colonial settlement due to its strategic location.

  • Capital of British India: Kolkata became the capital of British India in 1772 and thrived as a center of administration, commerce, and culture.

  • Cultural and Intellectual Hub: The 19th and early 20th centuries marked Kolkata as a center of cultural and intellectual activity. Renowned figures like Rabindranath Tagore and Swami Vivekananda made significant contributions.

  • Struggle for Independence: Kolkata played a vital role in India's struggle for independence, witnessing key events like the Bengal Partition and Mahatma Gandhi's Salt March.

  • Post-Independence Era: After independence in 1947, Kolkata remained culturally significant but faced economic and infrastructural challenges.

  • Renaming and Modern Kolkata: The city's name changed to Kolkata in 2001. Efforts continue to revitalize its economy and infrastructure, keeping it a cultural and educational powerhouse.

Package Details

  • Name: calcutta
  • Version: 1.0.0
  • Description: A package to explore the history of Calcutta and send greetings to the city.
  • Author: SUBHAJIT CHAKRABORTY
  • License: ISC

Contribution

If you'd like to contribute to this package or report any issues, feel free to visit the GitHub repository.

License

This package is available under the ISC License. See the LICENSE file for more details.


Thank you for using the calcutta npm package. We hope it allows you to explore the rich culture and heritage of this historic city! If you have any questions or feedback, don't hesitate to reach out.

Contributor: SUBHAJIT CHAKRABORTY