Skip to content

Instantly share code, notes, and snippets.

View divSyntax's full-sized avatar
🏠
Working from home

divSyntax

🏠
Working from home
View GitHub Profile
@ahmu83
ahmu83 / US_States_and_Cities.json
Created July 20, 2016 16:50
List of US States and Cities in JSON format.
{
"New York": [
"New York",
"Buffalo",
"Rochester",
"Yonkers",
"Syracuse",
"Albany",
"New Rochelle",
"Mount Vernon",
@hakimelek
hakimelek / us_institutions.json
Created September 28, 2016 09:36
A List of American Colleges and Universities in JSON format
[
{
"institution": "Alabama A & M University"
},
{
"institution": "University of Alabama at Birmingham"
},
{
"institution": "Amridge University"
},
@knvaughn
knvaughn / US-States-and-Cities.json
Last active April 10, 2025 07:56 — forked from ahmu83/US_States_and_Cities.json
List of US States and Cities in JSON format.
{
"Alabama": [
"Alabaster",
"Albertville",
"Alexander City",
"Andalusia",
"Anniston",
"Arab",
"Athens",
"Atmore",
@danielwetan
danielwetan / nodejs-cicd-github-actions.md
Last active April 13, 2025 18:55
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder