All Projects → vinitshahdeo → Map-of-India

vinitshahdeo / Map-of-India

Licence: MIT license
A Node.js script to generate the Map of India in terminal

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Map-of-India

RTU-DigitalLibrary
This is an opensource repository by Rajasthan Technical University for all engineering students and the folders contain codes written in different programming languages. You can even add a folder of say, Javascript or Php, if your language isn't listed. Happy coding everyone.
Stars: ✭ 19 (-77.11%)
Mutual labels:  hacktoberfest2020
ebisp
Embedded Lisp
Stars: ✭ 46 (-44.58%)
Mutual labels:  hacktoberfest2020
Igloo
Official GitHub repo for Igloo - The private social media
Stars: ✭ 17 (-79.52%)
Mutual labels:  hacktoberfest2020
data-structures-algorithms-interviews
👨‍💻 Repo contains my solutions to coding interview problems on various platforms. Will later convert into a React based web app for personal revision.
Stars: ✭ 16 (-80.72%)
Mutual labels:  hacktoberfest2020
live deck
A Real-Time Presentation Application Powered by Phoenix LiveView
Stars: ✭ 71 (-14.46%)
Mutual labels:  hacktoberfest2020
sawaliram
Online repository for the Sawaliram platform
Stars: ✭ 13 (-84.34%)
Mutual labels:  india
portfoliomanager
Finance portfolio management for Indians. Track financial goals using contributions to Provident Fund, Sukanya Samriddhi, Mutual Funds, Shares, Restricted Stock Units, Employee Stock Purchase Plan, 401K, Gold, Crypto
Stars: ✭ 27 (-67.47%)
Mutual labels:  india
WebApp
WebApp Quandl.com API to tell stock growth history in a given period.
Stars: ✭ 83 (+0%)
Mutual labels:  india
synchly
Automate database backups with customizable recurring schedules.
Stars: ✭ 27 (-67.47%)
Mutual labels:  hacktoberfest2020
SparkAR-Creators
The right place for SparkAR creators from around the globe. Exchange resources on SparkAR, assets, patches and scripts to make your favourite filters for Instagram and Facebook. Create your spark here!
Stars: ✭ 24 (-71.08%)
Mutual labels:  hacktoberfest2020
generate-express
Express generator CLI with es6+ support and your choice of database config
Stars: ✭ 17 (-79.52%)
Mutual labels:  hacktoberfest2020
LocationTracker-WorkManager
Get Location Updates on 15 minutes interval via WorkManager.
Stars: ✭ 70 (-15.66%)
Mutual labels:  hacktoberfest2020
asscan
Automated Subnet Scanner
Stars: ✭ 25 (-69.88%)
Mutual labels:  hacktoberfest2020
hacktoberfest-participants
🎃 A platform that showcases a list of all the hackers (including their stats), participated in the month-long challenge Hacktoberfest presented by DigitalOcean.
Stars: ✭ 38 (-54.22%)
Mutual labels:  hacktoberfest2020
Radar.Adr
The Action-Domain-Responder core for Radar.
Stars: ✭ 53 (-36.14%)
Mutual labels:  hacktoberfest2020
javascript-jokes
PR your joke if you know good ( or horrible ) js joke . I will post it on coding valley's insta page.
Stars: ✭ 66 (-20.48%)
Mutual labels:  hacktoberfest2020
IOSD-UIETKUK-HacktoberFest-Meetup-2019
This repository for IOSD HacktoberFest 2020
Stars: ✭ 17 (-79.52%)
Mutual labels:  hacktoberfest2020
inertia-django
django connector for inertia
Stars: ✭ 90 (+8.43%)
Mutual labels:  hacktoberfest2020
neu ui
Prototype and build projects faster using Neu UI - an open source React component library designed to neumorphic style. Built using React, Styled Components, Jest and Storybook.
Stars: ✭ 23 (-72.29%)
Mutual labels:  hacktoberfest2020
HacktoberFest2020
🤗Feel free to submit a PR💻 to have it merged and get a free Hacktoberfest tee👕 from Github🔮. Updated as per new guidelines✔️
Stars: ✭ 22 (-73.49%)
Mutual labels:  hacktoberfest2020

Map of India

A Node.js script to generate the Map of India in terminal

Quick Start 🚀

Open your terminal and run npm start

Setup ⚙️

npm install && npm start

Commands 🔥

  • npm run draw: Prints Map of India 🇮🇳 in the terminal

  • npm run wish: Prints a Happy Independence Day message in the terminal

Explained 🏗️

cd src && cat index.js

Navigate to src/ folder and check out index.js.

For the binary version of the map, please checkout republic day/index.js.

cd republic\ day
node index.js
         .--,_
        ['    '\.
         \       `''|
         |         ,]
          `._      ].
            |     \
          _/       -'\
         ,'          ,'
       _/'          \                     ,..-''L_
  |--''              '-;__        |\     /      .,'
   \                      `--.__,'_ '----     ,-'
   `\                             \`-'\__    ,|
,--;/                             /     .| ,/
\__                               '|    /  / 
  ./  _-,                         _|   S@yaN
  \__/ /                        ,/        "
       |                      _/
       |                    ,/
       \                   /
        |              /.-'
         \           _/                   :
          |         /                      .
           |        |                     .
      .    |        |                     '.
      ;     \       /                     ;\
      '      |     |                
             \    _|                      : 
              \_,/                         "'
                                          : '
                                             '


  _   _                                                           
 | | | | __ _ _ __  _ __  _   _                                   
 | |_| |/ _` | '_ \| '_ \| | | |                                  
 |  _  | (_| | |_) | |_) | |_| |                                  
 |_|_|_|\__,_| .__/| .__/ \__, |            _                     
 |_ _|_ __   |_| | |_| _ _|___/__ _ __   __| | ___ _ __   ___ ___ 
  | || '_ \ / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __/ _ \
  | || | | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (_|  __/
 |___|_| |_|\__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___\___|
 |  _ \  __ _ _   _   |_|                                         
 | | | |/ _` | | | |                                              
 | |_| | (_| | |_| |                                              
 |____/ \__,_|\__, |                                              
              |___/                                               

Dependencies 🎉

  • Figlet: An NPM module used to turn a string into ASCII art.

  • Chalk: An NPM module used for terminal string styling.

Support ❤️

Acknowledgement 🤗

  • The image used in this repo is taken from here.

  • This repository is inspired from a StackOverflow thread.

Author 🏆

Vinit Shahdeo

Follow on Twitter @Vinit_Shahdeo


if (_.isAwesome(thisRepo)) {
  thisRepo.star(); // thanks in advance :p
}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].