Skip to content

Instantly share code, notes, and snippets.

@fullsushidev
fullsushidev / characters_from_swapi.py
Created November 15, 2018 06:11
A simple python script to manipulate data from SWAPI - The Star Wars API
import requests
PEOPLE_ENDPOINT = 'https://swapi.co/api/people'
def print_results(collected_names):
"""
Print out the total of names collected and the total
@fullsushidev
fullsushidev / index.hml
Created October 27, 2017 16:45
Basic HTML file | JavaScript Quickstart tutorial | Back4App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Back4App Inc" name="author">
<title>Sample App| JavaScript Quickstart | Back4App</title>