API
- download: https://github.com/ducin-public/itcorpo-api
- powered by: https://www.npmjs.com/package/json-server
example install script
(function(root){ | |
root.getScript = function(url) { | |
var script = document.createElement('script'); | |
script.type = 'text/javascript'; | |
script.src = url; | |
document.head.appendChild(script); | |
} | |
}(window)); | |
getScript('http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js'); |
""" | |
Console module provide `copen` method for opening interactive python shell in | |
the runtime. | |
""" | |
import code | |
import readline | |
import rlcompleter | |
def copen(_globals, _locals): |
dist | |
node_modules | |
npm-debug.log | |
{ | |
"type": "object", | |
"properties": { | |
"orderId": { | |
"type": "string", | |
"faker": "random.uuid" | |
}, | |
"customer": { | |
"type": "string", | |
"faker": "name.findName" |
import { INC } from './constants'; | |
export const Inc = () => ({ | |
type: INC as typeof INC | |
}) | |
export type Actions = | |
| ReturnType<typeof Inc> |
Lorem Ipsum License | |
Copyright (c) [year] [fullname] | |
Permission is Lorem ipsum hereby granted, dolor sit amet, free of charge, | |
to any person obtaining a copy consectetur adipiscing elit. Proin nibh augue | |
of this software and associated documentation files (the "Software"), | |
suscipit a, scelerisque sed, to deal lacinia in, mi. Cras vel lorem. | |
Etiam pellentesque aliquet tellus, in the Software without restriction, | |
Phasellus pharetra nulla ac diam. Quisque semper justo at risus including |
node_modules |